home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 44 / PC Gamer IT CD 44 2-2.iso / DRIVERS / VIDEODRV / DIAMOND / diamond_viper / V550NT4.Inf < prev   
Windows Setup INFormation  |  1998-12-04  |  4KB  |  160 lines

  1. ;
  2. ; NT 4.00 installation inf for Diamond Multimedia Systems, Inc.
  3. ; Viper v550 graphics adapter.
  4. ;
  5.  
  6.  
  7. [Version]
  8. Signature="$Windows NT$"
  9. Provider=%Diamond%
  10. LayoutFile=layout.inf
  11. ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
  12. Class=Display
  13.  
  14. ;
  15. ; Dest directories are \windows\system32 and \windows\system32\drivers
  16. ;
  17.  
  18. [DestinationDirs]
  19. DefaultDestDir   = 11
  20. NT4DNv4.Miniport     = 12
  21. NT4DNv4.Display       = 11
  22. NT4DNv4.rm            = 12
  23. NT4DNv4.oldrm         = 12
  24.  
  25. ;
  26. ; The Manufacturer section lists all of the manufacturers that we will
  27. ; display in the Dialog box. DEVICE sections are specified.
  28. ;
  29.  
  30. [Manufacturer]
  31. %Diamond%      = Diamond.Mfg
  32.  
  33. ;
  34. ; Device section. Each section here corresponds with an entry listed in the
  35. ; [Manufacturer] section, above. The models will be displayed in the order
  36. ; that they appear in the INF file. This section identifies
  37. ; the corresponding INSTALL sections.
  38. ;
  39.  
  40.  
  41. [Diamond.Mfg]
  42. %Diamond.Nv4% = NT4DNv4, PCI\VEN_10DE&DEV_0020
  43.  
  44. ;---------------------------------------------------------------------
  45. ; NV Driver INSTALL Section. This INSTALL section specifies
  46. ; what files are to to be copied (File List sections)
  47. ;---------------------------------------------------------------------
  48.  
  49. [NT4DNv4]
  50. CopyFiles=NT4DNv4.Miniport, NT4DNv4.Display, NT4DNv4.icd
  51. DelFiles=NT4DNv4.oldrm
  52.  
  53.  
  54. ;
  55. ; NV Driver INSTALL Section. This INSTALL section specifies
  56. ; what registry fields are to be modified (ADD Registry section)
  57. ;
  58.  
  59. [NT4DNv4.SoftwareSettings]
  60. AddReg = NT4DNv4_SoftwareDeviceSettings
  61. AddReg = NT4DNv4_icdSoftwareSettings
  62.  
  63. ;
  64. ; NV Service Installation
  65. ;
  66.  
  67. [NT4DNv4.Services]
  68. AddService = NT4DNv4, 0x00000002, NT4DNv4_Generic_Service_Inst, NT4DNv4_EventLog_Inst
  69. DelService = dimdarch
  70. DelService = dimd_gfx
  71. DelService = dimd_nv3
  72. DelService = nv_mini
  73. DelService = nvrm
  74. DelService = nvarch
  75. DelService = nvgfx
  76.  
  77. [NT4DNv4_EventLog_Inst]
  78. AddReg = NT4DNv4_EventLog_AddReg
  79.  
  80. [NT4DNv4_EventLog_AddReg]
  81. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\NT4DNv4M.sys"
  82. HKR,,TypesSupported,0x00010001,7
  83.  
  84. [NT4DNv4_Generic_Service_Inst]
  85. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  86. StartType      = 1                  ; SERVICE_SYSTEM_START
  87. ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
  88. LoadOrderGroup = Video
  89. ServiceBinary  = %12%\NT4DNv4M.Sys
  90.  
  91. ;
  92. ; File List sections for NV.Display and NV.Miniport
  93. ;
  94.  
  95. [NT4DNv4.Display]
  96. NT4DNv4D.Dll
  97.  
  98. [NT4DNv4.Miniport]
  99. NT4DNv4M.Sys
  100.  
  101. [NT4DNv4.oldrm]
  102. dimdarch.sys,0x00000001
  103. dimd_gfx.sys,0x00000001
  104. dimd_nv3.sys,0x00000001
  105. nv_mini.sys,0x00000001
  106. nvrm.sys,0x00000001
  107. nvarch.sys,0x00000001
  108. nvgfx.sys,0x00000001
  109.  
  110. [NT4DNv4.icd]
  111. nv4oglnt.dll
  112.  
  113.  
  114. ;
  115. ; Diamond Add registry section
  116. ;
  117.  
  118. [NT4DNv4_SoftwareDeviceSettings]
  119. HKR,, InstalledDisplayDrivers,     %REG_MULTI_SZ%, NT4DNv4D
  120. HKR,, VgaCompatible,               %REG_DWORD%,    0
  121. HKR,, DmaBuf,                      %REG_DWORD%,    5
  122. HKR,, IF09,                        %REG_DWORD%,    1
  123. HKR,, DMTOverride,                 %REG_DWORD%,    1
  124. HKR,, bEnableModes,                   %REG_DWORD%,    1
  125. HKR,, DesktopGeometry,             %REG_DWORD%,    0
  126.  
  127. [NT4DNv4_icdSoftwareSettings]
  128. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\OpenGLDrivers",RIVATNT, %REG_SZ%, nv4oglnt
  129.  
  130.  
  131. [SourceDisksNames]                                                                                                  
  132. 1=%DiskId%,,,""                                                                                                  
  133.  
  134. [SourceDisksFiles]                                                                                                     
  135. NT4DNv4M.sys = 1,,103000
  136. NT4DNv4D.dll = 1,,114000
  137. nv4oglnt.dll = 1,,123435
  138.  
  139.  
  140. [Strings]
  141. ;
  142. ; Non-Localizable Strings
  143. ;
  144.  
  145. REG_SZ         = 0x00000000
  146. REG_MULTI_SZ   = 0x00010000
  147. REG_EXPAND_SZ  = 0x00020000
  148. REG_BINARY     = 0x00000001
  149. REG_DWORD      = 0x00010001
  150. serviceroot    = System\CurrentControlSet\Services
  151.  
  152. ;
  153. ; Localizable Strings
  154. ;
  155.  
  156. Diamond       = "Diamond Multimedia Inc."
  157. Diamond.Nv4   = "Diamond Multimedia Viper V550"
  158. DiskId="Diamond NT 4 Driver Library installation disk"
  159. drvlib="Diamond NT 4 Driver Library"
  160.